div.SquarePromoNoTitle { background:#999; height: 190px; overflow: hidden; margin-bottom: 20px; }
div.SquarePromoNoTitle > div { color: #fff; padding: 25px; text-align: right; }
div.SquarePromoNoTitle h1 { color: #fff; font-size: 24px; font-weight: 700; margin: 0; text-align: right; text-transform: uppercase; }
div.SquarePromoNoTitle hr { background-color: #fff; border: none; height: 2px; margin-left: auto; margin-top: 10px; margin-bottom: 10px; width: 30%; }
div.SquarePromoNoTitle p { color: #fff; line-height: 1.3em; margin-left: auto; max-width: 70%; text-align: right; }
div.SquarePromoNoTitle p:last-child { margin-bottom: 0; }
div.SquarePromoNoTitle a, div.SquarePromoNoTitle a:link { color: #fff; display: inline-block; font-weight: 600; margin-top: 5px; position: relative; }
div.SquarePromoNoTitle p a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: -15px;    
    text-decoration: none;
}